Aeres-u99 | Adding dockerfile + docker compose for the sync-player#69
Closed
Aeres-u99 wants to merge 3 commits intoLakunake:mainfrom
Closed
Aeres-u99 | Adding dockerfile + docker compose for the sync-player#69Aeres-u99 wants to merge 3 commits intoLakunake:mainfrom
Aeres-u99 wants to merge 3 commits intoLakunake:mainfrom
Conversation
Owner
This was
linked to
issues
Mar 7, 2026
Author
|
@Lakunake I think it will be better to not invest too much time in fixing libc6-compat to work with alpine image, reason being it will not provide any specific benefit other than 100mb smaller image size
I think we should be good to merge this, unless you have something else in mind to include with this |
Lakunake
approved these changes
Mar 11, 2026
Owner
Lakunake
left a comment
There was a problem hiding this comment.
thank you for your help and recommendation, your changes will be edited and built upon for 1.11.0
Owner
|
i will MANUALLY add these changes and tag/credit you in the release and the hosting method in docs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Docker Compose and Dockerfile for Sync Player
Truly thank you for the amazing tool, it works nicely with my pi and allows effective usage.
This pr adds a basic implementation of 2 stage build for sync player, I was unable to figure out on how to use
libc6-compateffectively with alpine to reduce the docker image size However, the node-slim image works and seems to be functional enough.This should make things a lot better
Tested on: aarch64 raspberry pi 4b+
TODO: Have an official registry for the docker images